-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imp(ibc-client): rm TryFrom<Error = ClientError>
restriction
#1204
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1204 +/- ##
=======================================
Coverage ? 64.43%
=======================================
Files ? 229
Lines ? 22041
Branches ? 0
=======================================
Hits ? 14202
Misses ? 7839
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Looks like, with this - we can remove This will reduce confusion for downstream users. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice; this is a really cool change! 👍
* rm concrete Error type * update ibc-core * update tm client * update cw-context * Convertible in reverse direction * update code * use Convertible<Any> * rm redundant bound --------- Co-authored-by: Sean Chen <[email protected]>
Closes: #1203
Description
Error = ClientError
inTryFrom
implementations. This preventedTryFrom<Error = Infallible>
from being reused.Convertible
- so thatClientStateDecoder
andConsensusStateDecoder
can be replaced byConvertible<Any>
.PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.